home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 120 / CD Gamer Issue 120 (March 2003) (Disc 1).ISO / intro.dxr / 00018.ls < prev    next >
Encoding:
Text File  |  2003-01-23  |  126 b   |  12 lines

  1. on mouseEnter me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseUp
  10.   open(the moviePath & "qxl\setup.exe")
  11. end
  12.